From ce2c4f0f086353cea815e212affd208431671a46 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval R Date: Thu, 6 Jan 2022 17:40:26 +0100 Subject: [PATCH] docs: Improve docs for MemoryTexture --- gdk/gdkmemorytexture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkmemorytexture.c b/gdk/gdkmemorytexture.c index 68fdff616d..c9aecd5cea 100644 --- a/gdk/gdkmemorytexture.c +++ b/gdk/gdkmemorytexture.c @@ -133,7 +133,7 @@ gdk_memory_sanitize (GBytes *bytes, * * Creates a new texture for a blob of image data. * - * The `GBytes` must contain @stride x @height pixels + * The `GBytes` must contain @stride × @height pixels * in the given format. * * Returns: (type GdkMemoryTexture): A newly-created `GdkTexture` -- 2.30.2